popover: Remove useless if case
authorTimm Bäder <mail@baedert.org>
Sat, 3 Jun 2017 12:38:56 +0000 (14:38 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:13 +0000 (21:27 -0400)
commit9350a0f85b2b1b361f1d118bfd3f408a7743960e
treeb60a8e1e6996e16d997f8d406f08b943d3bdaca7
parent2b06986c38f5c47179edcfaa87b7dc2d4dc253ea
popover: Remove useless if case

rect is not nullable, so stop checking if it is NULL and instead add a
g_return_val_if_fail guard.
gtk/gtkpopover.c